home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / mac / MSTR / PROGRAM / PHOTO.DIR / 00010_Zoom.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  98 b   |  9 lines

  1. on mouseDown
  2.   global autostatus
  3.   if autostatus then
  4.     exit
  5.   else
  6.     zoomcont()
  7.   end if
  8. end
  9.